home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 7 / Dokan 07.iso / dokan.exe / 0 / RCDATA / TFONDOFRM / TFONDOFRM.txt
Text File  |  1998-09-10  |  574b  |  30 lines

  1. object FondoFrm: TFondoFrm
  2.   Left = 198
  3.   Top = 129
  4.   Cursor = crArrow
  5.   BorderStyle = bsNone
  6.   Caption = 'Dokan - Fondo'
  7.   ClientHeight = 346
  8.   ClientWidth = 498
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Fondo: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 437
  25.     Height = 273
  26.     AutoSize = True
  27.     OnClick = FondoClick
  28.   end
  29. end
  30.